home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / stcrs.arc / STDCRS.DOC next >
Text File  |  1985-11-20  |  3KB  |  133 lines

  1.  
  2.                             ST Desktop Color Restorer
  3.                                    Version 1.6
  4.  
  5.                                 by Juan Rodriguez
  6.  
  7.  
  8.  
  9.  
  10.     What is the ST Desktop Color Restorer?
  11.     --------------------------------------
  12.  
  13.     The ST Desktop Color Restorer is a public domain program that installs
  14.     itself as a memory resident utility and lies dormant until called.  The
  15.     purpose of this program is to restore the original settings of
  16.     on-screen colors from the DESKTOP.INF file of the boot disk directory.
  17.  
  18.     I wrote this program because I was tired of constantly having to move
  19.     my mouse to click on the control panel accessory to restore my desktop
  20.     colors every time a non-considerate program failed to do so.
  21.  
  22.     Programmers, please take a little time and code to save the default
  23.     palette of the user so it can be restored when your program is
  24.     finished.  It will save a lot of hair pulling and prevent people like
  25.     me from writing programs like this one.
  26.  
  27.  
  28.     Some notes about the program
  29.     ----------------------------
  30.  
  31.     Two caveats about this program:
  32.  
  33.     1) This program is not reset proof.  So, if you hit the reset button
  34.     its bye-bye program.  I may include reset proofing in a future
  35.     release.
  36.  
  37.     2) This program will not work with programs which use non-conventional
  38.     or custom vertical blank processes.  Then again, what use would you
  39.     have for this program while playing Time Bandits?
  40.  
  41.  
  42.     Enough!  Can I run it now?
  43.     --------------------------
  44.  
  45.     Sure!  You can install this program in two ways:  You may place
  46.     STDCRS.PRG in the AUTO folder and it will load automatically at boot
  47.     time (works great on a hard drive), or you can double click on the
  48.     STDCRS.PRG icon to install it from the desktop.
  49.  
  50.     Once the program is running, it will let you know that everything is OK
  51.     (or not) by displaying some esoteric messages.  You MUST have a
  52.     DESKTOP.INF file on the root directory of the disk from which you
  53.     booted the Color Restorer.  The desktop colors are taken from this file
  54.     for later restoration (when needed).
  55.  
  56.  
  57.     How do I restore the colors?
  58.     ----------------------------
  59.  
  60.     To restore the desktop colors, press and hold both SHIFT keys down for
  61.     a second and release them.  You should notice the original colors back
  62.     on your desktop.
  63.  
  64.     Remember that the colors restored are those taken from the DESKTOP.INF
  65.     file, and not those which you may have changed after boot-up by using
  66.     the control panel or other accessory.
  67.  
  68.  
  69.  
  70.     Program Information
  71.     -------------------
  72.  
  73.     The ST Desktop Color Restorer was written in 68000 assembler language
  74.     using Atari's MadMac Macro Assembler.
  75.  
  76.  
  77.     Bugs, Comments, Questions?
  78.     -----------------------------
  79.  
  80.     Please direct any bug reports, comments, or questions to the author.
  81.  
  82.     GEnie: J.RODRIGUE13
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.